home *** CD-ROM | disk | FTP | other *** search
/ The Hacker Chronicles - A…the Computer Underground / The Hacker Chronicles - A Tour of the Computer Underground (P-80 Systems).iso / phrk3 / phrack32.9 < prev    next >
Text File  |  1992-09-26  |  24KB  |  991 lines

  1.  
  2.                               ==Phrack Classic==
  3.  
  4.                      Volume Three, Issue 32, File #9 of 12
  5.  
  6.  
  7.                           /-?!?!?!?!?!?!?!?!?!?!?!-\
  8.                          /EZ?!                  ?!AH\
  9.                         /APE?!                  ?!ZAP\
  10.                        /AZHP?!      RSTS/E      ?!EZHA\
  11.                       / ZEAH?!                  ?!PEAZ \
  12.                  [*>RSTS PZA?!        by        ?!HPZ LIVES<*]
  13.                       \ PHEZ?!                  ?!AHEE /
  14.                        \HAPE?!   Crimson Death  ?!ZAPP/
  15.                         \ZHP?!                  ?!EZH/
  16.                          \AH?!                  ?!PE/
  17.                           \-?!?!?!?!?!?!?!?!?!?!?!-/
  18.  
  19.  
  20. Ok, ok... Just what you wanted... a file of RSTS!!! Hah...
  21. Well.. One would be suprised on how many RSTS systems are still around
  22. on variuos X.25 networks, not to mention they are soooo much fun!
  23. Here is a little list of some various commands that is good to keep
  24. lying around just to use as a reference of just for you nostaglic type
  25. people like me.  So enjoy, and if you were never involved in hacking
  26. when RSTS was popular, you really missed something.  
  27. -------------------------------------------------------------------------------
  28.  
  29. *ALLOCATE
  30. The ALLOCATE command reserves a physical device for your use during
  31. the current session and optionally establishes a logical name for
  32. the device. Once a device has been allocated, other users cannot access
  33. the device until you specifically deallocate it or log out.  You can
  34. allocate a device only when it is not allocated by another job.
  35.  
  36. Format
  37.  
  38. ALLOCATE device-name[:] [logical-name[:]]
  39.  
  40. Prompts
  41.  
  42. Device: device-name
  43.  
  44. See also:  ASSIGN, DEALLOCATE
  45.  
  46. *APPEND
  47. The APPEND command adds the contents of one or more files to the end
  48. of the file you specify. APPEND is similar in syntax and function to
  49. the COPY command.
  50.  
  51. Format
  52.  
  53. APPEND [node::]input-file-spec[,...]  [node::]output-file-spec
  54.  
  55. Command Qualifiers                  Defaults
  56.  
  57.    /[NO]LOG                         /LOG
  58.    /[NO]QUERY                       /NOQUERY
  59.  
  60. Prompts
  61.  
  62. From: input-file-spec[,...]
  63.  
  64. To: output-file-spec
  65.  
  66. See also:  COPY
  67.  
  68. *ASSIGN
  69. The ASSIGN command lets you relate a logical name to a directory
  70. or to a physical device.  The names you ASSIGN stay in effect until
  71. you log out, or log into another account or until you DEASSIGN the name.
  72.  
  73. Format
  74.  
  75. ASSIGN device-name:[[ppn]] logical-name[:]
  76.  
  77. Prompts
  78.  
  79. Device: device-name:[[ppn]]
  80.  
  81. Logical name: logical-name[:]
  82.  
  83. *BASIC
  84. The BASIC command invokes the BASIC-PLUS or BASIC-PLUS-2 programming
  85. environment, depending on the qualifiers you use and the system's
  86. default. It also prepares RSTS/E for the development of BASIC programs.
  87.  
  88. Format
  89.  
  90. BASIC
  91.  
  92. Command Qualifiers                  Comments
  93.  
  94.    /BP2                             Invokes the BASIC-PLUS-2
  95.                                     programming environment
  96.    /BPLUS                           Invokes the BASIC-PLUS
  97.                                     programming environment
  98.  
  99. All subsequent commands are interpreted as BASIC programming commands,
  100. until you type the following command to return to the DCL keyboard
  101. monitor:  DCL <ret>
  102.  
  103. *CCL
  104. Format
  105.  
  106. CCL ccl-command
  107.  
  108. The Concise Command Language (CCL) allows you to enter a command name
  109. rather than type RUN and a program name.
  110.  
  111. You can type CCL commands directly after DCL's dollar prompt ($).
  112. The format of the CCL command is defined by your system manager.
  113. For details about the use of a CCL command, refer to the
  114. documentation written for your site.
  115.  
  116. When you are using the DCL Keyboard Monitor, DCL commands take
  117. precedence over CCL commands.  If your system manager gives a CCL
  118. command the same name as a DCL command, you must type the prefix
  119. "CCL" a space, and the CCL command itself.
  120.  
  121. For example, a CCL command name "DIRECTORY" and the DCL command
  122. "DIRECTORY" may produce different results depending on how the CCL
  123. command works at your site.  To use the CCL version, type:
  124.     $  CCL DIRECTORY <ret>
  125.  
  126. *COBOL
  127. The COBOL command compiles a COBOL-81 program.  (Only one source file at a
  128. time can be compiled with COBOL-81.)
  129.  
  130.  
  131. Format:
  132.  
  133. COBOL file-spec
  134.  
  135. Qualifiers                        Defaults
  136.   
  137.    /[NO]ANSI_FORMAT
  138.    /[NO]CHECK
  139.    /[NO]CROSS_REFERENCE
  140.    /LIST[=listfile]               /NOLIST
  141.    /NOLIST
  142.    /[NO]MAP
  143.    /NAMES=aa                      /NAMES=SC
  144.    /OBJECT[=objfile]              /OBJECT
  145.    /NOOBJECT
  146.  
  147. Prompts
  148.  
  149. File:  file-spec
  150.  
  151. See also:  LINK
  152.  
  153. *COPY
  154. The COPY command duplicates one or more existing files.
  155. You can use COPY to:
  156.  
  157. - copy one file to another file
  158. - merge (concatenate) more than one file into a single file
  159. - copy a group of files to another group of files
  160.  
  161. Format
  162.  
  163. COPY [node::]input-file-spec[,...]  [node::]output-file-spec
  164.  
  165. Qualifiers                          Defaults
  166.  
  167.    /ALLOCATION=n
  168.    /[NO]CONTIGUOUS       (N)
  169.    /[NO]LOG              (N)        /LOG
  170.    /[NO]OVERLAY                     /NOOVERLAY
  171.    /PROTECTION=n
  172.    /[NO]QUERY            (N)        /NOQUERY
  173.    /[NO]REPLACE          (N)        /NOREPLACE
  174.  
  175. (N) denotes a qualifier that you can use in network operations.
  176.  
  177. Prompts
  178.  
  179. From: input-file-spec[,...]
  180.  
  181. To: output-file-spec
  182.  
  183. *CREATE
  184. The CREATE command allows you to enter text and save it as a file.
  185.  
  186. Format
  187.  
  188. CREATE file-spec
  189.  
  190. Prompts
  191.  
  192. File: file-spec
  193.  
  194. Once you have entered the file-spec, press RETURN and you may start
  195. typing text.  Press <CTRL/Z> when you have finished entering text.
  196.  
  197. Command Qualifiers
  198.  
  199.    /ALLOCATION=n
  200.    /[NO]CONTIGUOUS
  201.    /PROTECTION=n
  202.    /[NO]REPLACE
  203.  
  204. See also:  EDIT
  205.  
  206. *DEALLOCATE
  207. The DEALLOCATE command releases a device that you reserved for private
  208. use, so that other users may have access to it. (However, DEALLOCATE
  209. does not deassign any logical name you may have set up for the device.)
  210.  
  211. Format
  212.  
  213. DEALLOCATE device-name[:]
  214.  
  215. Command Qualifiers                  Defaults
  216.  
  217.    /ALL                             none
  218.  
  219. Prompts
  220.  
  221. Device: device-name[:]
  222.  
  223. See also:  ALLOCATE
  224.  
  225. *DEASSIGN
  226. The DEASSIGN command cancels logical name assignments you made with
  227. the ASSIGN or ALLOCATE commands.
  228.  
  229. Format
  230.  
  231. DEASSIGN [logical-name[:]]
  232.  
  233. Command Qualifiers                  Defaults
  234.  
  235.    /ALL
  236.  
  237. Prompts
  238.  
  239. Logical name: logical-name[:]
  240.  
  241. See also:  ASSIGN, DEALLOCATE
  242.  
  243. *DELETE/ENTRY
  244. The DELETE/ENTRY command deletes jobs from the queue that have not
  245. yet begun processing or jobs that are currently being processed.
  246.  
  247. Format
  248.  
  249. DELETE/ENTRY=job-number [queue-name[:]]
  250.  
  251. Command Qualifiers                  Defaults
  252.  
  253.    /BATCH
  254.  
  255. Prompts
  256.  
  257. Queue: queue-name[:]
  258.  
  259. If you do not specify a queue name, LP0: is assumed.
  260.  
  261. See also:  PRINT, SUBMIT, DELETE/JOB, SET QUEUE/ENTRY
  262.  
  263. *DELETE/JOB
  264.  
  265. The DELETE/JOB command uses the name of a job to cancel a request
  266. to the print or batch queue.
  267.  
  268. Format
  269.  
  270. DELETE/JOB=job-name [queue-name[:]]
  271.  
  272. Command Qualifiers                  Defaults
  273.  
  274.    /BATCH
  275.  
  276. For example, if you decide after you make your print request that you
  277. do not want a hard copy of the file after all, you can use the
  278. DELETE/JOB command to withdraw your request.  (If the file is printed
  279. before you enter the DELETE/JOB command, your request is too late.
  280. However, it works if your file is in the middle of printing: the file
  281. stops printing.)
  282.  
  283. See also:  PRINT, SUBMIT, DELETE/ENTRY, SET QUEUE/JOB
  284.  
  285. *DELETE
  286. The DELETE command permanently removes a file from your account.
  287.  
  288. Format
  289.  
  290. DELETE [node::]file-spec[,...]
  291.  
  292. Command Qualifiers                 Defaults
  293.  
  294.    /BEFORE=date
  295.    /CREATED                        /CREATED
  296.    /[NO]LOG                        /LOG
  297.    /MODIFIED
  298.    /[NO]QUERY                      /NOQUERY
  299.    /SINCE=date
  300.  
  301. Prompts
  302.  
  303. File: [node::]file-spec[,...]
  304.  
  305. *DIBOL
  306.  
  307. The DIBOL command compiles a DIBOL-11 program.  You can include up to
  308. six source file specifications to be compiled into a single object
  309. file with the DIBOL compiler.
  310.  
  311. Format
  312.  
  313. DIBOL filespec[,...]
  314.  
  315. File Qualifiers                  Defaults
  316.  
  317.    /LIST[=listfile]              /NOLIST
  318.    /NOLIST
  319.    /OBJECT[=objfile]             /OBJECT
  320.    /NOOBJECT
  321.    /WARNINGS                     /WARNINGS
  322.    /NOWARNINGS
  323.  
  324. See also:  LINK
  325.  
  326. *DIFFERENCES
  327. The DIFFERENCES command compares two files and lists any sections
  328. of text that differ between the two files.
  329.  
  330. Format
  331.  
  332. DIFFERENCES input-file-spec  compare-file-spec
  333.  
  334. Command Qualifiers                  Defaults
  335.  
  336.    /IGNORE=BLANKLINES
  337.    /MATCH=size                      /MATCH=3
  338.    /MAXIMUM_DIFFERENCES=n
  339.    /OUTPUT[=file-spec]
  340.  
  341. Prompts:
  342.  
  343. File 1: input-file-spec
  344.  
  345. File 2: compare-file-spec
  346.  
  347. *DIRECTORY
  348. The DIRECTORY command displays information about files.
  349. Use the TYPE command to display the contents of individual files.
  350.  
  351. Format
  352.  
  353. DIRECTORY [node::][file-spec[,...]]
  354.  
  355. Command Qualifiers                  Defaults
  356.  
  357.    /BEFORE=date
  358.    /BRIEF                           /BRIEF
  359.    /CREATED                         /CREATED
  360.    /DATE[=CREATED]                  /NODATE
  361.         [=MODIFIED]
  362.         [=ALL]
  363.    /NODATE
  364.    /FULL                            /BRIEF
  365.    /MODIFIED                        /CREATED
  366.    /OUTPUT=outfile
  367.    /[NO]PROTECTION                  /PROTECTION
  368.    /SINCE=date
  369.    /SIZE[=ALLOCATION]               /SIZE=USED
  370.         [=USED]
  371.    /NOSIZE
  372.    /TOTAL
  373.  
  374.  
  375. *DISMOUNT
  376. Releases a disk or tape previously accessed with a MOUNT command.
  377. You issue this command before you take the drive off line, or before
  378. you physically dismount the tape or disk.
  379.  
  380. The DISMOUNT command deallocates the device if it was allocated to
  381. you.  (On some systems, dismounting a disk requires privileges.)
  382. You cannot DISMOUNT a device if there are open files on it.  If you
  383. try, RSTS/E displays the message:
  384.  
  385. ?Account or device in use
  386.  
  387. Format
  388.  
  389. DISMOUNT  device-name[:] [label]
  390.  
  391. Prompts
  392.  
  393. Device:  device-name[:]
  394.  
  395. See also:  MOUNT, DEALLOCATE
  396.  
  397. *EDIT
  398. The EDIT command starts the EDT editor program, which lets
  399. you create and edit text files.
  400.  
  401. Format
  402.  
  403. EDIT file-spec
  404.  
  405. Command Qualifiers                  Defaults
  406.  
  407.    /COMMAND[=file-spec]             /COMMAND=EDTINI.EDT
  408.    /NOCOMMAND                       /COMMAND=EDTINI.EDT
  409.    /JOURNAL[=file-spec]             /JOURNAL
  410.    /NOJOURNAL                       /JOURNAL
  411.    /OUTPUT[=outfile]                /OUTPUT
  412.    /NOOUTPUT                        /OUTPUT
  413.    /[NO]READ_ONLY                   /NOREAD_ONLY
  414.    /[NO]RECOVER                     /NORECOVER
  415.    /EDT                             /EDT
  416.  
  417. Prompts
  418.  
  419. File: file-spec
  420.  
  421. *FORTRAN
  422. The FORTRAN command compiles up to six FORTRAN source files into
  423. a single object file.
  424.  
  425. There are three FORTRAN compilers available on RSTS/E:
  426.  
  427.   Command               Invokes
  428.  
  429. FORTRAN/FOR            FORTRAN-IV
  430. FORTRAN/F4P            FORTRAN-IV-PLUS
  431. FORTRAN/F77            FORTRAN-77
  432.  
  433. FORTRAN/F77 is the default, unless your system manager has changed it.
  434.  
  435. Qualifiers which you may use with FORTRAN-IV are as follows:
  436.  
  437. Format
  438.  
  439. FORTRAN/FOR file-spec[,...]
  440.  
  441. Command Qualifiers
  442.  
  443.    /CODE:EAE
  444.          EIS
  445.          FIS
  446.          THR
  447.    /[NO]D_LINES
  448.    /[NO]I4
  449.    /[NO]LINENUMBERS
  450.    /LIST[=listfile]
  451.    /NOLIST
  452.    /[NO]MACHINE_CODE
  453.    /OBJECT[=objfile]
  454.    /NOOBJECT
  455.    /[NO]OPTIMIZE
  456.    /[NO]WARNINGS
  457.  
  458. Qualifiers which you may use with FORTRAN-IV-PLUS or FORTRAN-77
  459. are as follows:
  460.  
  461. Format
  462.  
  463. FORTRAN/F4P file-spec[,...]   or FORTRAN/F77 file-spec[,...]
  464.  
  465. Command Qualifiers                 Defaults
  466.  
  467.    /[NO]CHECK                      /CHECK
  468.    /CONTINUATIONS=n                /CONTINUATIONS=19
  469.    /[NO]D_LINES                    /NOD_LINES
  470.    /[NO]I4                         /NO14
  471.    /LIST[=listfile]                /NOLIST
  472.    /NOLIST
  473.    /[NO]MACHINE_CODE               /NOMACHINE_CODE
  474.    /OBJECT[=objfile]               /OBJECT
  475.    /NOOBJECT
  476.    /[NO]WARNINGS                   /WARNINGS
  477.    /WORK_FILES=n                   /WORK_FILES=2
  478.  
  479. Prompts
  480.  
  481. File:   file-spec[,...]
  482.  
  483. See also:  LINK
  484.  
  485. *HELP
  486. Help can be obtained on a particular topic by typing:
  487.  
  488.      HELP topic subtopic subsubtopic
  489.  
  490. A topic can have the following format:
  491.  
  492. 1) An alphanumeric string (e.g. a command name, option, etc.)
  493. 2) Same preceded by a "/"
  494. 3) The match-all symbol "*"
  495.  
  496. Example:
  497.  
  498. HELP COPY
  499.  
  500. The RSTS/E DCL User's Guide contains a complete description of all
  501. DCL commands supported on RSTS/E.
  502.  
  503. *INITIALIZE
  504. Deletes any data on a tape and writes a new label.
  505.  
  506. The INITIALIZE command allocates the tape drive if it is not
  507. already allocated.
  508.  
  509. Format
  510.  
  511. INITIALIZE device-name[:] [label]
  512.  
  513. Qualifiers
  514.  
  515.    /FORMAT=ANSI
  516.    /FORMAT=DOS
  517.    /DENSITY=nnn
  518.  
  519. Prompts
  520.  
  521.    Device:  magtape[:]
  522.    Label:   [label]
  523.  
  524. See also:  MOUNT, DISMOUNT
  525.  
  526. *LINK
  527. The LINK command links together object files to produce an
  528. executable program.  You can also specify an overlay structure
  529. for the program.
  530.  
  531. Format
  532.  
  533. LINK file-spec[,...]
  534.  
  535. Language Qualifiers                  Comments
  536.  
  537. Only one of the following may be specified:
  538.  
  539.    /BASIC or /BP2                   BASIC-PLUS-2
  540.    /COBOL or /C81                   COBOL-81
  541.    /DIBOL
  542.    /F4P                             FORTRAN-IV-PLUS
  543.    /F77                             FORTRAN-77
  544.    /FORTRAN                         FORTRAN-IV 
  545.    /RT11                            MACRO/RT11
  546.  
  547. If no language qualifier is specified, /BASIC (for BASIC-PLUS-2)
  548. is assumed, unless your system manager has changed the default.
  549.  
  550.     Additional
  551. Command Qualifiers                  Defaults
  552.  
  553.    /EXECUTABLE[=file-spec]          /EXECUTABLE
  554.    /NOEXECUTABLE
  555.    /[NO]FMS                         /NOFMS
  556.    /MAP[=file-spec]                 /NOMAP
  557.    /NOMAP
  558.    /STRUCTURE
  559.    /[NO]DMS                         /NODMS
  560.  
  561. Prompts
  562.  
  563. Files: file-spec
  564.  
  565. If /STRUCTURE was specified, you will be
  566. prompted for the names of the input files
  567. and overlay structure to use, e.g.,
  568.  
  569. ROOT files:  file-spec[,...]
  570. Root PSECTs: [PSECT-name[,...]]
  571. Overlay:     [file-spec[,...][+]]
  572.  
  573. You can specify /STRUCTURE if the program is written in 
  574. BASIC-PLUS-2, DIBOL, FORTRAN-IV-PLUS, or FORTRAN-77.  You
  575. cannot specify /STRUCTURE if the program is written in 
  576. COBOL, FORTRAN-IV, or MACRO/RT11.
  577.  
  578. See also:  COBOL, DIBOL, BASIC, MACRO, FORTRAN
  579.  
  580. *LOGOUT
  581. The LOGOUT command ends your session at the terminal.
  582.  
  583. Format
  584.  
  585. [LO]GOUT
  586.  
  587. Command Qualifiers
  588.  
  589.    /BRIEF
  590.    /FULL (default)
  591.  
  592. If you include the /BRIEF qualifier after the LOGOUT command,
  593. RSTS/E ends your session at the terminal without displaying a
  594. message.  If you include the /FULL, or simply type LOGOUT, RSTS/E
  595. displays information about the status of your account.
  596.  
  597. *MACRO
  598. Invokes a MACRO-11 assembler.  You can include up to six file
  599. specifications with the MACRO command.
  600.  
  601. On RSTS/E you can use either MACRO/RT11 or MACRO/RSX11.  The default
  602. is MACRO/RSX11 unless your system manager has changed it.
  603.  
  604. Format
  605.  
  606. MACRO/RT11 filespec[,...]
  607.  
  608.         OR
  609.  
  610. MACRO/RSX11 filespec[,...]
  611.  
  612. Command Qualifiers
  613.  
  614.    /LIST[=listfile]
  615.    /NOLIST
  616.    /OBJECT[=objfile]
  617.    /NOOBJECT
  618.  
  619. File Qualifiers
  620.  
  621.    /LIBRARY
  622.  
  623. See also:   LINK
  624.  
  625. *MOUNT
  626. The MOUNT command prepares a tape or disk for processing by system
  627. commands or user programs. (You do not always have to MOUNT a tape
  628. before using it.) On some systems, mounting a disk requires privilege.
  629.  
  630. Format
  631.  
  632. MOUNT device-name[:] [label]
  633.  
  634. Command Qualifiers                  Defaults
  635.  
  636.    /[NO]WRITE                       /WRITE
  637.  
  638. Qualifiers for Tapes                Defaults
  639.  
  640.    /FORMAT=ANSI
  641.    /FORMAT=DOS
  642.    /FORMAT=FOREIGN
  643.    /DENSITY=nnn
  644.  
  645. Prompts
  646.  
  647. Device: device-name[:]
  648. Label: volume-label
  649.  
  650. See also:  DISMOUNT, INITIALIZE, ALLOCATE
  651.  
  652. *PRINT
  653. The PRINT command queues a file for printing, either on a default
  654. system printer or on a device you specify. A queue is the list of
  655. files to be printed.
  656.  
  657. Format
  658.  
  659. PRINT file-spec[,...]
  660.  
  661. Command Qualifiers                  Defaults
  662.  
  663.    /AFTER=date-time
  664.    /FORMS=type                      /FORMS=NORMAL
  665.    /JOB_COUNT=n                     /JOB_COUNT=1
  666.    /NAME=job-name
  667.    /PRIORITY=n
  668.    /QUEUE=queue-name[:]             /QUEUE=LP0:
  669.  
  670. File Qualifiers                     Defaults
  671.  
  672.    /COPIES=n                        /COPIES=1
  673.    /[NO]DELETE                      /NODELETE
  674.  
  675. Prompts
  676.  
  677. File: file-spec[,...]
  678.  
  679. See also:  DELETE/JOB, SET QUEUE/JOB
  680.  
  681. *RENAME
  682. The RENAME command changes the file name or file type of an
  683. existing file.
  684.  
  685. Format
  686.  
  687. RENAME old-file-spec[,...]  new-file-spec
  688.  
  689. Qualifiers                    Defaults
  690.  
  691.    /[NO]LOG                   /LOG
  692.    /[NO]QUERY                 /NOQUERY
  693.    /[NO]REPLACE               /NOREPLACE
  694.    /PROTECTION=n              /PROTECTION=60
  695.  
  696. Prompts
  697.  
  698. From: input-file-spec[,...]
  699.  
  700. To: output-file-spec
  701.  
  702. See also:  COPY, DELETE
  703.  
  704. *REQUEST
  705. The REQUEST command displays a message at a system operator's terminal.
  706.  
  707. Format
  708.  
  709. REQUEST message-text
  710.  
  711. When you use the REQUEST command to send a message to an operator,
  712. the message is displayed at the operator services console.
  713.  
  714. *RUN
  715.  
  716. The RUN command runs an executable file.
  717.  
  718. Format
  719.  
  720. RUN file-spec
  721.  
  722. Prompts
  723.  
  724. Program:  file-spec
  725.  
  726. *SET HOST
  727. The SET HOST command lets you log into another computer from the
  728. system you first logged into.
  729.  
  730. Format
  731.  
  732. SET HOST node[::]
  733.  
  734. Prompts
  735.  
  736. Node: node-name
  737.  
  738. *SET PROTECTION
  739. The SET PROTECTION command specifies the protection code of a file.
  740. You assign a protection code to determine who else, if anyone, can
  741. have access to your files.
  742.  
  743. Format
  744.  
  745. SET PROTECTION[=n] [file-spec,...]
  746.  
  747. Qualifiers
  748.  
  749.    /DEFAULT
  750.    /[NO]QUERY
  751.    /[NO]LOG
  752.  
  753. Prompts
  754.  
  755. Protection code:  n
  756. Files:  file-spec
  757.  
  758. If you use SET PROTECTION/DEFAULT, RSTS/E assigns the protection
  759. code you specify to all files you create during the current session.
  760. However, do not include a file specification when you use
  761. the /DEFAULT qualifier.
  762.  
  763. *SET QUEUE/ENTRY
  764. The SET QUEUE/ENTRY command changes the status of a file that is queued
  765. for printing or for batch job execution but is not yet processed by the
  766. system.
  767.  
  768. Format
  769.  
  770. SET QUEUE/ENTRY=sequence-number  [queue-name[:]]
  771.  
  772.     Additional
  773. Command Qualifiers                  Defaults
  774.  
  775.    /AFTER=date-time                 none
  776.    /BATCH
  777.    /FORMS=type
  778.    /HOLD
  779.    /JOB_COUNT=n
  780.    /PRIORITY=n
  781.    /RELEASE
  782.  
  783. If you do not specify a queue name, LP0: is assumed.
  784.  
  785. See also:  DELETE/ENTRY, SET QUEUE/JOB
  786.  
  787. *SET QUEUE/JOB
  788.  
  789. The SET QUEUE/JOB command uses the name of a job to modify the status
  790. of a file that is queued for a printer or batch queue.
  791.  
  792. Format
  793.  
  794. SET QUEUE/JOB=job-name [queue-name[:]]
  795.  
  796. Command Qualifiers                  Defaults
  797.  
  798.    /AFTER=date-time                 None.
  799.    /BATCH
  800.    /FORMS=type
  801.    /HOLD
  802.    /JOB_COUNT=n
  803.    /PRIORITY=n
  804.    /RELEASE
  805.  
  806. When you submit a batch job or issue the PRINT command, the job is
  807. assigned a name, according to the first input file specification or
  808. the name you specify.  You can use this name to modify the status of
  809. the job in the queue.
  810.  
  811. See also:  DELETE/JOB, SET QUEUE/ENTRY
  812.  
  813. *SET TERMINAL
  814. The SET TERMINAL command lets you specify the characteristics of your
  815. terminal. Privileged users can also set the characteristics of other
  816. terminals.
  817.  
  818. Format
  819.  
  820. SET TERMINAL [device-name[:]]
  821.  
  822. Command Qualifiers                  Defaults
  823.  
  824.    /[NO]BROADCAST                   /NOBROADCAST
  825.    /CRFILL[=n]                      /CRFILL=0
  826.    /[NO]ECHO                        /ECHO
  827.    /[NO]HARDCOPY
  828.    /LA34
  829.    /LA36
  830.    /LA38
  831.    /LA120
  832.    /[NO]LOWERCASE
  833.    /PARITY=EVEN                     /NOPARITY
  834.            ODD
  835.    /NOPARITY
  836.    /[NO]SCOPE
  837.    /SPEED=n
  838.    /SPEED=(i,o)
  839.    /[NO]TAB                         /NOTAB
  840.    /[NO]TTSYNC                      /TTSYNC
  841.    /[NO]UPPERCASE
  842.    /VT05
  843.    /VT52
  844.    /VT55
  845.    /VT100
  846.    /WIDTH=n
  847.  
  848. See also:  SHOW TERMINAL
  849.  
  850. *SHOW DEVICES
  851. The SHOW DEVICES command displays the status of devices
  852. that have disks mounted on them or that are allocated to jobs.
  853.  
  854. See also:  MOUNT, ALLOCATE
  855.  
  856. *SHOW QUEUE
  857. The SHOW/QUEUE command displays a list of entries in the printer
  858. and/or batch job queues.
  859.  
  860. Format
  861.  
  862. SHOW QUEUE [queue-name[:]]
  863.  
  864. Command Qualifiers
  865.  
  866.    /BATCH
  867.    /BRIEF
  868.  
  869. Queue: queue-name[:]
  870.  
  871. To display the queue of your system's default printer, type:
  872.  
  873. $ SHOW QUEUE
  874.  
  875. If there are no files in the queue, RSTS/E prints a message
  876. similar to:
  877.  
  878. LP0 queue is empty
  879.  
  880. *SHOW NETWORK
  881. The SHOW NETWORK command displays the systems you can connect
  882. to by the network. If the network is operational, RSTS/E displays
  883. the names of different nodes that your system can access.
  884.  
  885. Format
  886.  
  887. SHOW NETWORK
  888.  
  889. See also:  SET HOST
  890.  
  891. *SHOW SYSTEM
  892. The SHOW SYSTEM command displays information about use of the
  893. system's resources. Specifically, it displays information about
  894. the status of all jobs, attached and detached, in use on the system.
  895.  
  896. Format
  897.  
  898. SHOW SYSTEM
  899.  
  900. The only difference between SHOW SYSTEM and SHOW USERS is that the
  901. SHOW SYSTEM command includes information about the status of detached
  902. jobs.
  903.  
  904. See also:  SHOW USERS
  905.  
  906. *SHOW TERMINAL
  907. The SHOW TERMINAL command displays the characteristics of your
  908. terminal. Most of these characteristics can be changed with a
  909. corresponding option of the SET TERMINAL command. (Users with
  910. privileged accounts can display the characteristics of other terminals.)
  911.  
  912. Format
  913.  
  914. SHOW TERMINAL [device-name[:]]
  915.  
  916. See also:  SET TERMINAL
  917.  
  918. *SHOW USERS
  919. The SHOW USERS command displays information about the status of
  920. attached jobs on the system.
  921.  
  922. Format
  923.  
  924. SHOW USERS
  925.  
  926. See also:  SHOW SYSTEM
  927.  
  928. *SUBMIT
  929. The SUBMIT command enters one or more control files for batch processing.
  930.  
  931. Format
  932.  
  933. SUBMIT file-spec[,...]
  934.  
  935. Command Qualifiers                  Defaults
  936.  
  937.    /AFTER=date-time
  938.    /NAME=job-name
  939.    /PRIORITY=n                     /PRIORITY=128
  940.    /QUEUE=quename
  941.  
  942. File Qualifiers                     Defaults
  943.  
  944.    /[NO]DELETE                      /NODELETE
  945.  
  946. Prompts
  947.  
  948. File: file-spec[,...]
  949.  
  950. See also:  DELETE/JOB, SET QUEUE/JOB
  951.  
  952. *TYPE
  953. The TYPE command displays the contents of a text file (as opposed
  954. to a binary or temporary file).
  955.  
  956. Format
  957.  
  958. TYPE [node::]file-spec[,...]
  959.  
  960. Command Qualifiers                  Defaults
  961.  
  962.    /OUTPUT=file-spec                /OUTPUT=KB:
  963.    /[NO]QUERY                       /NOQUERY
  964.  
  965. Prompts
  966.  
  967. File: file-spec[,...]
  968.  
  969. To temporarily halt the display of a file, use <CTRL/S>.  To resume
  970. output where it was interrupted, use <CTRL/Q>. (On a VT100 terminal
  971. you can also press the NO SCROLL key to stop and restart output.)
  972.  
  973. To suppress the display but continue command processing, use <CTRL/O>.
  974. If you press <CTRL/O> again before processing is completed, output
  975. resumes at the current point in command processing.
  976.  
  977. To stop command execution entirely, press <CTRL/C>.  The use of
  978. <CTRL/C> returns you to DCL command level.
  979.  
  980. See also:  COPY
  981.  
  982. ------------------------------------------------------------------------------
  983.  
  984. Hope that this file brought back memories for you guys.  It did for me! 8^]
  985.  
  986.                                                    Crimson Death
  987. _______________________________________________________________________________
  988.  
  989.  
  990. Downloaded From P-80 International Information Systems 304-744-2253 12yrs+
  991.